home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / tasm / misc.zoo / testall.bat < prev    next >
DOS Batch File  |  1991-07-13  |  351b  |  15 lines

  1. rem  Run TASM on all the test files.   Those that have
  2. rem  extended instuctions use the -x option.
  3.  
  4. tasm -48 -x test48.asm
  5. tasm -65 -x test65.asm
  6. tasm -51    test51.asm
  7. tasm -85    test85.asm
  8. tasm -80    testz80.asm
  9. tasm -05 -x test05.asm
  10. tasm -3210  test3210.asm
  11. tasm -3225  test3225.asm
  12. tasm -68 -x test68.asm
  13. tasm -70    test70.asm
  14.  
  15.